home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / CM / SHOPPER.ZIP / SHOPPER.DOC < prev    next >
Encoding:
Text File  |  1994-05-23  |  12.5 KB  |  306 lines

  1.  
  2.  
  3.                                 Online Shopper
  4.  
  5.  
  6.  
  7.  
  8.                     Copyright 1994 Advanced Computer Design
  9.                             24008 Butteville Rd NE
  10.                                Aurora, OR 97002
  11.  
  12.                               FidoNet 1:105/751
  13.                               FamilyNet 8:77/7
  14.  
  15.                              Voice (503) 678-3050
  16.                               BBS (503) 678-1021
  17.  
  18.  
  19.  
  20. =============================================================================
  21.  
  22.  
  23.                                    Disclaimer
  24.                                    ==========
  25.  
  26.        ACDC hereby disclaims all warranties relating to this product,
  27.   whether express or implied, including without limitation any implied
  28.   warranties of merchant ability or fitness for a particular purpose. ACDC
  29.   cannot and will not be liable for any special, incidental, consequential,
  30.   indirect or similar damages due to loss of data or any other reason, even if
  31.   ACDC or an authorized ACDC agent has been advised of the possibility
  32.   of such damages.  In no event shall the liability for any damages ever
  33.   exceed the price paid for the license to use software, regardless of the
  34.   form and/or extent of the claim.  The user of this program bears all risk as
  35.   to the quality and performance of the software.
  36.  
  37.  
  38.                                   Registration
  39.                                   ============
  40.  
  41.   The DEMO copy of Online Shopper is fully functional except for the following
  42.  
  43.   1. The word [Unregistered] that appears at the top of the main menu.
  44.   2. Invoices for orders are NOT written to disk.
  45.   3. users are told to tell their sysop to register.
  46.  
  47.   Registration is only $50.  Please see the enclosed file SHOPPER.REG file
  48.   for the registration form.
  49.  
  50.  
  51.                                  Enclosed Files
  52.                                  ==============
  53.  
  54.    shopper.reg  Registration Form.
  55.    shopper.doc  This document
  56.  
  57.    catalog.ctl  Text control file containing your catalog.
  58.    paymeth.ctl  Text control file containing your payment methods
  59.    shippers.ctl Text control file containing your shipping methods
  60.  
  61.    lastord.num  Last invoice number
  62.    shopcomp.exe Compiler for *.CTL control files.
  63.    shopper.cgy  Text control file containing list of catagories.
  64.    shopper.exe  The main executeable for Online Shopper.
  65.    shopper.pay  Compiled pay method file
  66.    shopper.shp  Compiled shipping method file
  67.    shopper.cat  Compiled catalog.
  68.  
  69.    shophelp.msg Help screen.
  70.    shutdown.msg Screen displayed to users when exiting Online Shopper.
  71.    afterord.msg Screen displayed to users upon completion of an order.
  72.    startup.msg  Screen displayed to users before entering Online Shopper.
  73.  
  74.  
  75.                                   Installation
  76.                                   ============
  77.  
  78.   Installation is quite simple. Just follow the following steps.
  79.  
  80.   1. Create a directory for the shopper.  The reccommended location is
  81.      \SBBS\XTRN\SHOPPER but you may use any directory you wish.
  82.  
  83.   2. Unzip the SHOPPER.ZIP file in the newly created directory.
  84.  
  85.   3. Create a sub directory in your shopper directory called INVOICE.
  86.      The recommended directory is \SBBS\XTRN\SHOPPER\INVOICE.
  87.  
  88.   4. Using SCFG.EXE install the Online Shopper as an external program
  89.  
  90.       ╔[■][?]════════════════════════════════════════════════════╗
  91.       ║                      Online Shopper                      ║
  92.       ╠══════════════════════════════════════════════════════════╣
  93.       ║ │Name                       Online Shopper               ║
  94.       ║ │Internal Code              SHOP                         ║
  95.       ║ │Start-up Directory         E:\SBBS\XTRN\SHOPPER         ║
  96.       ║ │Command Line               shopper                      ║
  97.       ║ │Clean-up Command Line                                   ║
  98.       ║ │Cost in Credits            0                            ║
  99.       ║ │Access Requirements                                     ║
  100.       ║ │Execution Requirements                                  ║
  101.       ║ │Multiple Concurrent Users  Yes                          ║
  102.       ║ │Intercept I/O Interrupts   Yes                          ║
  103.       ║ │Swap BBS out of Memory     No                           ║
  104.       ║ │Modify User Data           No                           ║
  105.       ║ │Execute on Event           No                           ║
  106.       ║ │BBS Drop File Type         Synchronet      XTRN.DAT     ║
  107.       ║ │Place Drop File In         Node Directory               ║
  108.       ╚══════════════════════════════════════════════════════════╝
  109.  
  110. That is all it takes for installation.  Log on to your BBS and try it out.
  111. once you have tried it out then you can go customize things to fit your
  112. needs.  There is sample data provided to assist you in evaluating the
  113. Shopper without first haveing to enter all the data.  You will want to
  114. change these for your system.
  115.  
  116.  
  117.                               Customization
  118.                               =============
  119. (MSG FILES)
  120. There are 4 screens that are shown to your users. They are STARTUP.MSG
  121. which is displayed just before the use gets the main menu.  This file
  122. is optional and does not need to be present for the Online Shopper to
  123. function.  The next file is SHUTDOWN.MSG which is shown to the user
  124. as soon as he quits the Online Shopper. This file is also optional and
  125. need not be present.  The next file is AFTERORD.MSG which is displayed
  126. immediatly after an order has been entered.  This file is also an
  127. optional file.  The next file is SHOPHELP.MSG which is shown to the
  128. user when HELP is selected from the main menu.  If this file is missing
  129. the user will be told that the file is missing and to alert the sysop.
  130. All of the *.MSG files are files with ctrl-A codes just like all other
  131. .MSG files in Synchronet.   They can be created either by learning the
  132. Ctrl-A codes or by using your favorite ansi draw program such as
  133. THEDRAW, then converting to msg programs with ans2msg which is provided
  134. with Synchronet.
  135.  
  136.  
  137. (LASTORD.NUM)
  138. This file contains one line which is the number of the last invoice.
  139. If you want your invoices to start at 2000 you would put 1999 on the
  140. top and only line in this file.  This file is required for Online Shopper
  141. to run.
  142.  
  143.  
  144.  
  145. (CATALOG.CTL)
  146. This is a text file which contains your catalog entrys.  This file is
  147. not necessary for Online Shopper to run but it is necessary for the
  148. compiler to run.  Each time this file is modified you should run
  149. SHOPCOMP to recompile the information.
  150.  
  151. The format for CATALOG.CTL is very simple.  Any line that starts with
  152. either a "*" or a semicolon ";" will be ignored and treated like a comment.
  153. There should be NO blank lines! This text file is made up of records
  154. seperated by a "&".  The first non-comment line will be treated as
  155. the first line of the first record.  The record format is as follows;
  156.     Line 1   Catagory name (not case sensitive)
  157.     Line 2   Description 50 characters max
  158.     Line 3   Price
  159.     Line 4   Weight in pounds. Can be less than one ex: 0.01
  160.     Line 5   Notes (will be dislayed after the description) can
  161.              be up to 6 lines 60 characters long.
  162.         Next Line "&"
  163. A "&" MUST follow the last line of the notes.  Notes are NOT required.
  164. If there are no notes then the "&" MUST be on the line following the
  165. weight.
  166.  
  167. The next line following the "&" is the first line of the next item.
  168. and so on.  The catagory names must also be located in the SHOPPER.CGY
  169. file.  Any item who's catagory name is not in the SHOPPER.CGY file will
  170. not be seen unless the user selects "All Catagories" or just does a text
  171. search.
  172.  
  173.  
  174. (SHOPPER.CGY)
  175. This is a text file listing the catagory names.  One catagory per line.
  176. Maximum catagory length is 30 characters.  The number of catagorys are
  177. limited to 40.  The catagory names should match the catagory names in the
  178. CATALOG.CTL file exactly but are not case sensitive.
  179.  
  180.  
  181.  
  182. (PAYMETH.CTL)
  183. This file sets up the payment methods. This is where you define all
  184. the payment methods that you will accept. This file is
  185. not necessary for Online Shopper to run but it is necessary for the
  186. compiler to run.  Each time this file is modified you should run
  187. SHOPCOMP to recompile the information.
  188.  
  189. The format for PAYMETH.CTL is very simple.  Any line that starts with
  190. either a "*" or a semicolon ";" will be ignored and treated like a comment.
  191. There should be NO blank lines! This text file is made up of records
  192. seperated by a "&".  The first non-comment line will be treated as
  193. the first line of the first record.  The record format is as follows;
  194.  
  195.  Line 1  Payment method title
  196.  Line 2  1 if must clear before delivery 0 if not
  197.  Line 3  Credit Card Format (Leave blank if not Card!
  198.  Line 4  Limit for this type of payment 0 if none
  199.  Line 5  Fee for this type of payment (cod fee card fee etc..)
  200.  Line 6  "&" (End-Of-Record)
  201.  
  202. Example:
  203.  
  204. Visa
  205. 0
  206. ####-###-###-###
  207. 0
  208. .25
  209. &
  210.  
  211.  
  212. The Payment title is anything from Visa, Master Card, Discover Card,
  213. Mail Check, C.O.D. or what ever you want.
  214.  
  215. Line 2 will let the user know that his payment must clear the bank before
  216. the order will ship if a "1" is on this line.  This line must contain
  217. either a "1" or "0"
  218.  
  219. If a card number is required then you must provide a format for the card.
  220. If the format line is left blank then a card number will not be prompted.
  221. The characters that can be used in format are "#", "@", "!", and "-".  the
  222. position of a "&" character will require a non numeric alpha character.
  223. the positions with a "#" character will require a numeric character.
  224. The "-" character will require the "-" character.  The "!" character will
  225. allow any character.
  226.  
  227. Line 5 is for card fees, cod fees and so on.  This fee will be added to
  228. this users total if he/she chooses this payment method. Use "0" if
  229. there is no fee. Do not leave blank.
  230.  
  231.  
  232.  
  233. (SHIPPERS.CTL)
  234. This file sets up the shipping methods. This is where you define all
  235. the shipping methods that you will provide. This file is
  236. not necessary for Online Shopper to run but it is necessary for the
  237. compiler to run.  Each time this file is modified you should run
  238. SHOPCOMP to recompile the information.
  239.  
  240. The format for SHIPPERS.CTL is very simple.  Any line that starts with
  241. either a "*" or a semicolon ";" will be ignored and treated like a comment.
  242. There should be NO blank lines! This text file is made up of records
  243. seperated by a "&".  The first non-comment line will be treated as
  244. the first line of the first record.  The record format is as follows;
  245.  
  246.  Line 1 = Shipping Method Name
  247.  Line 2 = Price for the first nn.nn pounds
  248.  Line 3 = nn.nn pounds for line 2
  249.  Line 4 = Price for each additional xx.xx pounds
  250.  Line 5 = xx.xx pounds for line 4
  251.  Line 6 = "&" (End of record)
  252.  
  253. For example: if you wanted to use UPS ground and the rate was $5 for the
  254. first pound and .25 for each additional the record would look like this:
  255.  
  256. UPS Ground
  257. 5.00
  258. 1.0
  259. .25
  260. 1.0
  261. &
  262.  
  263.  
  264.  
  265.                          Using the Online Shopper
  266.                          ========================
  267.  
  268. (Help)
  269. This help screen.
  270.  
  271. (List)
  272. The list function lets you browse thru products in the catalog.  You will
  273. be given the option to browse only a single catagory or the entire catalog.
  274. While browsing you may TAG the items you are interested in.  When you tag
  275. an item you will be asked for a quantity that you want to purchase.  If you
  276. have tagged an item that you want to UN-TAG then select TAG again and when
  277. asked for a quantity enter a "0".
  278.  
  279. (Search for a product)
  280. The search feature works exactly like the LIST feature except that you are
  281. asked to specify text to search for.  Only items containing the text you
  282. provide will be viewed.  Items may be tagged just like in the LIST function.
  283.  
  284. (Change Shipping Method)
  285. The default shipping method is shown next to the option on the main menu.
  286. If you want items shipped to you via a different method then you may use
  287. this feature to select a different shipping method.
  288.  
  289. (Place Order)
  290. Before you can place an order you need to use the LIST or SEARCH function
  291. to locate and TAG the items you want to purchase.  Then you will be shown
  292. the items you have TAGGED and be able to make any changes you need to.
  293. Your ordering name, address, phone number and other information will be
  294. verified before placing the order.  When the order is complete you will be
  295. given an ORDER NUMBER.  Be sure and write down this order number so you
  296. can refer to it when discussing this order with your sysop.
  297.  
  298.  
  299. I could go into further detail about how to use the Online Shopper from a
  300. users standpoint but it is so self-explanatory that it would be a waste of
  301. my time to write it and a waste of your time to read it.  Just go play with
  302. it and it will become obvious.
  303.  
  304.  
  305.  
  306.